Skip to content

Commit

Permalink
Update stack action
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirlogachev committed May 22, 2024
1 parent c6f2e34 commit 381850c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,14 @@ jobs:
cache-dependency-path: frontend/package-lock.json

- name: Backend Build and test
uses: freckle/stack-action@v4
uses: freckle/stack-action@v5
id: stack
with:
working-directory: backend
fast: false
# Temporarily disabled
pedantic: false
test: true
cache-prefix: lts-20.18
cache-prefix: lts-22.20
stack-arguments: --copy-bins
stack-build-arguments: --pedantic --copy-bins

- uses: freckle/weeder-action@v2
with:
Expand Down

0 comments on commit 381850c

Please sign in to comment.