Skip to content

Commit

Permalink
chore: preparing continouse release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Feb 29, 2024
1 parent 4aff221 commit 3a844a1
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,30 +151,6 @@ jobs:
# SERVER_START_CMD: 'yarn cy:server'
# SERVER_URL: 'http://localhost:5001'

# publish:
# runs-on: ubuntu-latest
# needs: [build, lint] # add e2e and/or test if you use it
# if: "!contains(github.event.head_commit.message, '[skip ci]')"
# steps:
# - uses: actions/checkout@v2
# with:
# token: ${{env.GH_TOKEN}}

# - uses: actions/setup-node@v1
# with:
# node-version: 16.x

# - uses: actions/download-artifact@v2
# with:
# name: app-build

# - uses: dhis2/deploy-build@master
# with:
# # uncomment following line for monorepo apps:
# #cwd: ./packages/app
# build-dir: build/app
# github-token: ${{ env.GH_TOKEN }}

release:
runs-on: ubuntu-latest
needs: [build, lint, test] # add e2e if you use it
Expand Down

0 comments on commit 3a844a1

Please sign in to comment.