Skip to content

chore: [DHIS2-21633] Cypress tests for deactivate/reactivate tracked entity #3838

chore: [DHIS2-21633] Cypress tests for deactivate/reactivate tracked entity

chore: [DHIS2-21633] Cypress tests for deactivate/reactivate tracked entity #3838

Workflow file for this run

name: "preview"
on:
pull_request:
types: [ labeled ]
jobs:
preview:
runs-on: ubuntu-latest
if: (github.event.label.name == 'preview' || github.event.label.name == 'testing') && !github.event.push.repository.fork && github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: ''
- uses: dhis2/action-safe-yarn-install-with-cache@v1
- name: Build
run: yarn build:standalone
- name: Deploy
id: netlify-deploy
uses: nwtgck/actions-netlify@v1.1
timeout-minutes: 1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: ${{ github.event.pull_request.title }}
enable-pull-request-comment: true
enable-commit-comment: false
alias: deploy-preview-${{ github.event.number }}
# customize according to project needs
publish-dir: 'build/app'
env:
# org secret
NETLIFY_AUTH_TOKEN: ${{ secrets.DHIS2_BOT_NETLIFY_TOKEN }}
# repo secret
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}