Skip to content

Commit

Permalink
Improve CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Feb 24, 2023
1 parent bd1e6b0 commit c0e57d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Node.js Encore

on:
push:
Expand Down Expand Up @@ -34,8 +34,5 @@ jobs:
- name: Build
run: yarn encore production

- name: Lint
run: yarn run lint

- name: Check dependencies
run: yarn audit --groups dependencies
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
- name: Check dependencies
run: |
wget -O local-php-security-checker https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.6/local-php-security-checker_2.0.6_linux_amd64
wget -q -O local-php-security-checker https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.6/local-php-security-checker_2.0.6_linux_amd64
chmod +x local-php-security-checker
./local-php-security-checker

0 comments on commit c0e57d0

Please sign in to comment.