Skip to content

Commit 8f92d80

Browse files
authored
ci: adjust jobs
1 parent 082e407 commit 8f92d80

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ jobs:
1111
entrypoint: sh
1212
args: -c "npm ci && composer install"
1313
- name: build
14-
uses: actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680
15-
with:
16-
args: run build
17-
- name: docker://basaltinc/docker-node-php-base:latest
18-
uses: docker://basaltinc/docker-node-php-base:latest
19-
with:
20-
entrypoint: npm
21-
args: test
14+
run: npm run build
15+
- name: test
16+
run: npm test
2217
- name: eslint
2318
uses: hallee/eslint-action@master
2419
env:

0 commit comments

Comments
 (0)