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:
11
.github/workflows/run-tests.yml
vendored
11
.github/workflows/run-tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user