Skip to content

Commit

Permalink
Update cypress-e2e-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr authored May 17, 2024
1 parent 74c9faa commit 6e66907
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/cypress-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ jobs:
uses: ./.github/actions/setup-npm

- name: Run App build
run: npm run build

- name: Notify RocketChat
if: success()
env:
ROCKETCHAT_WEBHOOK_URL: ${{ secrets.ROCKETCHAT_WEBHOOK_DEPLOY_PROD_URL }}
run: |
curl -X POST -H "Content-Type: application/json" -d '{
"text": ":white_check_mark: TEST MESSAGE: Deployment to Prod was successful! Read the changes here [${{ github.event.release.tag_name }}](https://github.com/bcgov/platform-services-registry/blob/main/CHANGELOG.md#${{ github.event.release.tag_name }})"
}' $ROCKETCHAT_WEBHOOK_URL
npm run build
echo "App is going to be built in: ${PWD}"
- name: Install Docker Compose v2
# See https://docs.docker.com/compose/install/linux/
Expand Down Expand Up @@ -70,5 +64,3 @@ jobs:
run: |
~/.docker/cli-plugins/docker-compose -f localdev/docker-compose.yml -f localdev/docker-compose-ci.yml down
sudo rm -rf ./localdev/mnt

0 comments on commit 6e66907

Please sign in to comment.