Skip to content

Commit

Permalink
Update steps for test-ui workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuraszek committed Nov 28, 2023
1 parent 496722a commit 43ccbd3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
test:

runs-on: ubuntu-latest
defaults:
run:
working-directory: ./front
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ env.node-version }}
Expand All @@ -37,6 +34,6 @@ jobs:
make create-env
make create-views-file
- name: Lint UI
run: npm run build --if-present
run: make lint-ui
- name: Test UI
run: npm test
run: make test-ui

0 comments on commit 43ccbd3

Please sign in to comment.