Skip to content

Commit

Permalink
Setup frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrem committed Dec 2, 2024
1 parent 2b51ddb commit c8540ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd-arrangor-flate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup frontend
uses: ./.github/actions/setup-frontend
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- name: Bygg applikasjon
run: npx turbo run pack --filter=@mr/arrangor-flate
- name: Push docker image to GAR
Expand Down

0 comments on commit c8540ae

Please sign in to comment.