1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore: automated commit

This commit is contained in:
Allan Bowe
2021-05-16 00:00:01 +03:00
parent 055669c133
commit 5c144be05b

View File

@@ -30,9 +30,20 @@ jobs:
- name: Check code style
run: npm run lint
- name: Add secrets
run: cat > .env.viya <<'EOL'
test1
test2
EOL
- name: check add
run: cat .env.viya
- name: Build Project
run: npm run build
- name: Run SASjs tests
run: npm run test
env: