Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daVitekPL committed Jul 22, 2024
1 parent 34b9ac1 commit 79b0b01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ jobs:
- name: Instantiate package
uses: actions/checkout@v2

- name: Update composer
run: composer update

- name: Setup environment
run: cp env/postgres/* .

- name: Update composer
run: composer update

- name: Clear config
run: vendor/bin/testbench config:clear

Expand Down Expand Up @@ -147,12 +147,12 @@ jobs:
- name: Instantiate package
uses: actions/checkout@v2

- name: Update composer
run: composer update

- name: Setup environment
run: cp env/postgres/* .

- name: Update composer
run: composer update

- name: Clear config
run: vendor/bin/testbench config:clear

Expand Down

0 comments on commit 79b0b01

Please sign in to comment.