We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e07c4d commit c645534Copy full SHA for c645534
.github/workflows/cicd.yml
@@ -102,8 +102,8 @@ jobs:
102
load: true
103
tags: ${{ steps.migrations-docker-metadata.outputs.tags }}
104
105
- #- name: "Run Tests"
106
- # run: yarn test
+ - name: "Run Tests"
+ run: yarn test
107
108
- name: "Authenticate with GCP"
109
if: github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'labeled' || github.event.action == 'unlabeled'))
0 commit comments