Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aivuk committed May 31, 2023
1 parent 3185e60 commit b693990
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '10'
node-version: '16'

- name: Ensure migrations are up-to-date
run: python manage.py makemigrations --check

- name: Ensure JS and CSS are up-to-date
run: |
npm install
npx grunt sass:dist
npx grunt postcss:dist
npx grunt uglify:scripts
npm run build
git diff --exit-code static/
- name: Run tests
Expand Down

0 comments on commit b693990

Please sign in to comment.