Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Nov 30, 2023
1 parent 0968d2d commit fe2a712
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,11 @@ jobs:
docker run \
-p 8080:8080 \
-v $(pwd):/data/project \
-v $(pwd)/res:/data/results/ \
-v $(pwd)/tests/output/:/data/results/ \
-e QODANA_TOKEN="${{ secrets.QODANA_TOKEN }}" \
jetbrains/qodana-php:latest \
--show-report --baseline=qodana.sarif.json
- name: Upload Code Coverage Report
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit fe2a712

Please sign in to comment.