Skip to content

Commit

Permalink
YODA-T-4
Browse files Browse the repository at this point in the history
Updated tests workflows
  • Loading branch information
DaggieBlanqx committed Oct 5, 2023
1 parent 3f0153f commit 944d627
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: Staging Environment
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i
- run: npm test
env:
AT_APP_API_KEY: ${{secrets.AT_APP_API_KEY}}
AT_APP_USERNAME: ${{secrets.AT_APP_USERNAME}}
TEST_PHONENUMBER: ${{secrets.TEST_PHONENUMBER}}

publish-npm:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

jobs:
build:
TEST-SDK:
runs-on: ubuntu-latest
environment: Staging Environment
steps:
Expand Down

0 comments on commit 944d627

Please sign in to comment.