Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
ci: migrate to environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Oct 7, 2020
1 parent 72fc3a2 commit aefe418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Generate Stack ID
run: |
RANDOM_STRING=`node -e "const crypto = require('crypto'); process.stdout.write(crypto.randomBytes(Math.ceil(8 * 0.5)).toString('hex').slice(0, 8));"`
echo "::set-env name=STACK_NAME::bifravst-${{ runner.OS }}-${RANDOM_STRING}"
echo "STACK_NAME=bifravst-${{ runner.OS }}-${RANDOM_STRING}" >> $GITHUB_ENV
- name: Set up stack for End-to-End tests
run: |
npx cdk -a 'node --unhandled-rejections=strict dist/cdk/cloudformation-sourcecode.js' deploy
Expand Down

0 comments on commit aefe418

Please sign in to comment.