Skip to content

Commit

Permalink
Fix: Copy of js files in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Nov 20, 2024
1 parent 3011fc2 commit b7f2bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cp -n RootFiles/Global/{*,.*} ./ || true
cp -n RootFiles/JavaScript/* ./ || true
cp -n RootFiles/TailwindCSS/{*,.*} ./ || true
cp -R {Lib,defaults.yaml,*.mjs,*.js,*.cjs} Build/Carbon.Pipeline/
cp -R {Lib,defaults.yaml,*.mjs,*.cjs} Build/Carbon.Pipeline/
- name: Setup node
uses: actions/setup-node@v4.1.0
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
cp -n RootFiles/Global/{*,.*} ./ || true
cp -n RootFiles/JavaScript/* ./ || true
cp -n RootFiles/TailwindCSS/{*,.*} ./ || true
cp -R {Lib,defaults.yaml,*.mjs,*.js,*.cjs} Build/Carbon.Pipeline/
cp -R {Lib,defaults.yaml,*.mjs,*.cjs} Build/Carbon.Pipeline/
- uses: actions/setup-node@v4.1.0
with:
node-version-file: .nvmrc
Expand Down

0 comments on commit b7f2bf3

Please sign in to comment.