Skip to content

Commit

Permalink
Don't install node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 6, 2024
1 parent 1c5ba38 commit 31d9314
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ runs:
PORT=$(yq '(.services.${{ inputs.service }}.ports)' docker-compose.yml | sed -e 's/^\- \(.*\)\:.*$/\1/')
echo "PORT=$PORT" >> "$GITHUB_ENV"
[[ -f "package.json" ]] && npm install
# [[ -f "package.json" ]] && docker compose exec app cp -r /app/node_modules/@nationalarchives/frontend/nationalarchives/assets /app/app/static
docker compose up ${{ inputs.service }} -d
shell: bash

Expand Down

0 comments on commit 31d9314

Please sign in to comment.