Skip to content

Commit

Permalink
Tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys authored Aug 20, 2024
1 parent dc3c151 commit ae1b833
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
runs-on: ['${{ matrix.machine }}']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: make
run: |
g++ --version
make -j CXX=g++-11
make -j CXX=g++-12
- name: tar artifacts
run: tar -cvf kmer-db.tar ./kmer-db ./test/virus

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: executable-artifact-${{ matrix.machine }}
path: ./kmer-db.tar
Expand All @@ -48,7 +48,7 @@ jobs:
INPUT_DIR: ./test/virus

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: executable-artifact-${{ matrix.machine }}
path: ./
Expand Down

0 comments on commit ae1b833

Please sign in to comment.