Skip to content

Commit

Permalink
remove build app for now and postpone to later
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Feb 5, 2024
1 parent 289bfa2 commit 43a215c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
with:
files: lcov.info
- uses: julia-actions/julia-processcoverage@v1
- name: Build App
run: julia --project --startup-file=no deps/build_app.jl
- uses: actions/upload-artifact@v4
with:
name: tmle-${{ matrix.os }}-${{ matrix.arch }}
path: tmle
# - name: Build App
# run: julia --project --startup-file=no deps/build_app.jl
# - uses: actions/upload-artifact@v4
# with:
# name: tmle-${{ matrix.os }}-${{ matrix.arch }}
# path: tmle
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 43a215c

Please sign in to comment.