Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

chore(deps): update dependency operate-api-client to v1.2.4 #124

chore(deps): update dependency operate-api-client to v1.2.4

chore(deps): update dependency operate-api-client to v1.2.4 #124

name: "Test on Camunda 8 SaaS"
on: # main branch changes
push:
jobs:
test-on-saas:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm run build
npm run test:integration
env:
ZEEBE_ADDRESS: ${{ secrets.ZEEBE_ADDRESS }}
ZEEBE_CLIENT_ID: ${{ secrets.ZEEBE_CLIENT_ID }}
ZEEBE_AUTHORIZATION_SERVER_URL: ${{ secrets.ZEEBE_AUTHORIZATION_SERVER_URL }}
ZEEBE_CLIENT_SECRET: ${{ secrets.ZEEBE_CLIENT_SECRET }}