1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

ci(challenges): remove --ci option

This commit is contained in:
Divlo
2022-09-22 16:22:25 +02:00
parent 64d71d6920
commit 5e5a248238

View File

@ -43,4 +43,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Test' - 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 }}'