Skip to content

Commit

Permalink
force
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasla authored Oct 25, 2024
1 parent 268e886 commit 5160d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

# Oppgave 4: Installere dependencies
- name: npm install
run: npm i
run: npm ci

# Oppgave 5: Kjører testene i prosjektet. Feiler jobben dersom tester feiler.
- name: Run tests
run: npm test

# Oppgave 6: List ut npm dependencies med sårbarheter.
- name: Audit packages
run: npm audit fix
run: npm audit fix --force

# Oppgave 7: Kjør linting
- name: Run lint (eslint)
Expand Down

0 comments on commit 5160d1d

Please sign in to comment.