This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
chore(deps): update dependency dayjs to v1.11.10 #120
Workflow file for this run
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
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 }} |