Skip to content

Commit 8119f3a

Browse files
author
Arif Hoque
committed
v1.0.4
1 parent 4f6b93d commit 8119f3a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,4 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
29-
30-
- name: Install Composer dependencies
31-
run: composer install --prefer-dist --no-interaction --no-progress
32-
33-
- name: Generate app key
34-
run: php pool key:generate
35-
36-
- name: Execute tests
37-
run: php pool test
28+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)