1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-12-08 00:45:29 +01:00

ci(challenges): remove --ci option

This commit is contained in:
Divlo 2022-09-22 16:22:25 +02:00
parent 64d71d6920
commit 5e5a248238
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -43,4 +43,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Test'
run: 'programming-challenges run test --affected --ci --base=${{ steps.last_successful_commit.outputs.commit_hash }}'
run: 'programming-challenges run test --affected --base=${{ steps.last_successful_commit.outputs.commit_hash }}'