Skip to content

Commit e0635ca

Browse files
SK-2342: update main yml file
1 parent 167cd47 commit e0635ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
name: "credentials.json"
2323
json: ${{ secrets.TEST_CREDENTIALS_FILE_STRING }}
2424

25+
- name: create env
26+
id: create-env
27+
run: |
28+
touch .env
29+
echo SKYFLOW_CREDENTIALS=${{ secrets.SKYFLOW_CREDENTIALS }} >> .env
30+
echo TEST_EXPIRED_TOKEN=${{ secrets.TEST_EXPIRED_TOKEN }} >> .env
31+
echo TEST_REUSABLE_TOKEN=${{ secrets.TEST_REUSABLE_TOKEN }} >> .env
32+
2533
- name: Build & Run tests with Maven
2634
run: mvn -B package -f pom.xml -Dmaven.javadoc.skip=true
2735

0 commit comments

Comments
 (0)