Skip to content

Commit

Permalink
fx yml err
Browse files Browse the repository at this point in the history
  • Loading branch information
melotik committed Jun 27, 2024
1 parent 1570144 commit a49651f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
echo "::set-output name=changed_folders::$changed_folders"
- name: Print changed folders
run: echo "Changed folders: ${{ steps.changed_folders.outputs.changed_folders }}"
run: |
echo "Changed folders: ${{ steps.changed_folders.outputs.changed_folders }}"
# Loop through changed folders
- name: Run commands in each folder
Expand All @@ -30,7 +31,7 @@ jobs:
cd adapters/$folder
npm install
npm run compile
cd ../../
cd ..
npm install
npm run start $folder
done

0 comments on commit a49651f

Please sign in to comment.