mirror of
https://github.com/sasjs/core.git
synced 2026-01-05 00:20:05 +00:00
chore: automated commit
This commit is contained in:
11
.github/workflows/run-tests.yml
vendored
11
.github/workflows/run-tests.yml
vendored
@@ -30,9 +30,20 @@ jobs:
|
|||||||
- name: Check code style
|
- name: Check code style
|
||||||
run: npm run lint
|
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
|
- name: Build Project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Run SASjs tests
|
- name: Run SASjs tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user