Skip to content

Commit ac403a3

Browse files
author
Andrea Scuderi
committed
Remove cd
1 parent cf715cd commit ac403a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/swift-test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ jobs:
4141
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y make curl wget
4242
- name: Test
4343
run: |
44-
cd $GITHUB_WORKSPACE/src
4544
make test
4645
- name: Coverage
4746
run: |
48-
cd $GITHUB_WORKSPACE/src
4947
make coverage
5048
- name: Upload Code Coverage
5149
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)