Skip to content

Release for v1.7.3 #300

Release for v1.7.3

Release for v1.7.3 #300

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 }}