Skip to content

Commit 207fc8e

Browse files
Update main.yml
1 parent 9dbdbc6 commit 207fc8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
build:
55
runs-on: ubuntu-18.04
66
steps:
7-
# - name: Checkout
8-
# uses: actions/checkout@master
7+
- name: Checkout
8+
uses: actions/checkout@master
99

1010
- name: 'run pipeline'
11-
uses: 'actions/github-jest-snapshots@v1'
11+
uses: ./
1212
env:
1313
PIPELINE_NAME: 'codefresh-pipeline'
1414
TRIGGER_NAME: 'codefresh-trigger'

0 commit comments

Comments
 (0)