Skip to content

Commit

Permalink
fix: use n notation for aws codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforsyth committed Nov 10, 2020
1 parent 501e243 commit 07f9551
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
version: 0.2

phases:
install:
runtime-versions:
nodejs: 10
build:
commands:
# Fake credentials for protocol tests to get past signing.
- export AWS_ACCESS_KEY_ID=foo
- export AWS_SECRET_ACCESS_KEY=bar
- n 10
- echo Building...
- yarn --frozen-lockfile
# Run the actual tests.
- echo Executing unit tests
- nvm use
- yarn test:all
- echo Executing functional test
- yarn test:functional
Expand Down

0 comments on commit 07f9551

Please sign in to comment.