Skip to content

Update example to use v1.7.2 #301

Update example to use v1.7.2

Update example to use v1.7.2 #301

Workflow file for this run

name: 'test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run build && npm test
env:
PORT_BASE_URL: ${{ secrets.PORT_BASE_URL }}
INPUT_BASEURL: ${{ secrets.PORT_BASE_URL }}
INPUT_CLIENTID: ${{ secrets.PORT_CLIENT_ID }}
INPUT_CLIENTSECRET: ${{ secrets.PORT_CLIENT_SECRET }}