Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
intent-kacper-cyranowski committed Jun 19, 2024
1 parent 158cd94 commit bebcfe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ node_modules/warning/.*

; Example app
<PROJECT_ROOT>/example/.*
<PROJECT_ROOT>/test_project/.*

; Node modules errors
<PROJECT_ROOT>/node_modules/.*
Expand Down
7 changes: 3 additions & 4 deletions .github/actions/setup_test_project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
using: composite
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: ${{ inputs.NODE_VERSION }}

Expand Down Expand Up @@ -60,7 +60,6 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
cd test_project && rm -f yarn.lock
cd touch yarn.lock && yarn install
cd .. && yarn install
yarn install --cwd test_project
yarn install
shell: bash

0 comments on commit bebcfe6

Please sign in to comment.