Skip to content

Commit

Permalink
replace ci by cu in github actions coz can't use composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Jan 23, 2021
1 parent 6d56edb commit 785e04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-
- name: install dependencies
run: composer install
run: composer update
- name: run non-hitting API tests
run: vendor/bin/phpunit --group=default --coverage-clover=coverage.clover
- name: upload code coverage
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-
- name: install dependencies
run: composer install
run: composer update
- name: run hitting API tests
run: vendor/bin/phpunit --group=timerServicesApiCalls --coverage-clover=coverage.clover
- name: upload code coverage
Expand Down

0 comments on commit 785e04a

Please sign in to comment.