Skip to content

Commit

Permalink
Remove cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Scuderi committed Aug 25, 2024
1 parent cf715cd commit ac403a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y make curl wget
- name: Test
run: |
cd $GITHUB_WORKSPACE/src
make test
- name: Coverage
run: |
cd $GITHUB_WORKSPACE/src
make coverage
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit ac403a3

Please sign in to comment.