Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Nov 10, 2023
1 parent c2eca0b commit d6dc984
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-yarn-cache-node-modules-

- name: Yarn install
#- name: Yarn install
# if: steps.yarn-cache-node-modules.outputs.cache-hit != 'true'
run: yarn install
#run: yarn install

- name: Yarn build
run: yarn run encore production
#- name: Yarn build
# run: yarn run encore production
## —— Tests ———————————————————————————————————————————————————————————
- name: Run functionnal and unit tests
run: make citests
Expand Down

0 comments on commit d6dc984

Please sign in to comment.