-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from telstra/maintain/MessagingAPI-V3-SDK
update token renew
- Loading branch information
Showing
12 changed files
with
2,734 additions
and
13,174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
name: SDK CI-CD | ||
|
||
on: | ||
push: | ||
branches: | ||
- release/MessagingAPI-V3-SDK | ||
workflow_dispatch: | ||
|
||
jobs: | ||
test: | ||
|
@@ -23,7 +21,7 @@ jobs: | |
- name: install dependencies | ||
if: steps.cache-node_modules.outputs.cache-hit != 'true' | ||
run: | | ||
npm install | ||
npm install | ||
shell: bash | ||
- name: run tests | ||
run: | | ||
|
@@ -62,7 +60,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
node-version: 14.x | ||
registry-url: 'https://registry.npmjs.org' | ||
registry-url: "https://registry.npmjs.org" | ||
- name: cache node_modules | ||
id: cache-node_modules | ||
uses: actions/cache@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.