Skip to content

Commit c645534

Browse files
committed
Remove comment (tests)
1 parent 8e07c4d commit c645534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
load: true
103103
tags: ${{ steps.migrations-docker-metadata.outputs.tags }}
104104

105-
#- name: "Run Tests"
106-
# run: yarn test
105+
- name: "Run Tests"
106+
run: yarn test
107107

108108
- name: "Authenticate with GCP"
109109
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

Comments
 (0)