Skip to content

Commit

Permalink
Annen rekkefølge
Browse files Browse the repository at this point in the history
  • Loading branch information
amundsor committed Aug 24, 2023
1 parent ef21bb2 commit a290bf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ jobs:
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- name: Build application
run: npm run build
- name: Generate code from OpenAPI
run: npm run orval
- name: Run tests
run: npm run test
- name: Build less
run: npm run build:css
- name: Build application
run: npm run build


# - name: 'Build npm and run tests'
# uses: navikt/sosialhjelp-ci/actions/build-npm@v2-beta
Expand Down

0 comments on commit a290bf5

Please sign in to comment.