Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 26ac8c8

Browse files
authored
add test step in wercker
1 parent 6385aad commit 26ac8c8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

wercker.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ build:
88
steps:
99
- script:
1010
name: Compile
11-
code: |
12-
sbt clean compile
11+
code: sbt clean compile
12+
- audienceproject/[email protected]:
13+
aws-access-key-id: $AWS_ACCESS_KEY
14+
aws-secret-access-key: $AWS_SECRET_KEY
15+
role-arn: arn:aws:iam::$AWS_ACCOUNT_ID:role/build-$WERCKER_GIT_REPOSITORY
16+
- script:
17+
name: Test
18+
code: sbt clean compile test
1319
- script:
1420
name: Clean again
15-
code: |
16-
sbt clean
21+
code: sbt clean
1722

1823
publish-snapshot:
1924
steps:

0 commit comments

Comments
 (0)