Skip to content

Commit

Permalink
Overwrite lock file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 19, 2024
1 parent 1c06ffc commit 40fb66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: sudo chmod -R 0777 .

- name: Install dependencies
run: composer install
run: composer update

- name: PHPUnit tests
run: vendor/bin/phpunit
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: sudo chmod -R 0777 .

- name: Install dependencies
run: composer install
run: composer update

- name: PHPUnit tests
run: vendor/bin/phpunit
Expand Down

0 comments on commit 40fb66a

Please sign in to comment.