Skip to content

Commit

Permalink
Merge pull request #711 from NREL/fix_actions
Browse files Browse the repository at this point in the history
Fix actions
  • Loading branch information
brianlball authored Aug 10, 2023
2 parents 6386ea1 + c8fc51c commit eb82244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
docker images --all
docker --version
docker-compose --version
docker-compose -f docker-compose.test.yml pull
docker-compose -f docker-compose.test.yml build --build-arg OPENSTUDIO_VERSION=$OPENSTUDIO_TAG
docker-compose -f docker-compose.test.yml build --build-arg OPENSTUDIO_VERSION=$OPENSTUDIO_TAG web
env:
CI: true
OS_SERVER_NUMBER_OF_WORKERS: 4
Expand Down

0 comments on commit eb82244

Please sign in to comment.