Skip to content

Commit c28e519

Browse files
committed
Fix test
1 parent 2b91cd4 commit c28e519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
name: Test
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/checkout@v1
1213
- name: Configure AWS credentials
1314
uses: aws-actions/configure-aws-credentials@v1
1415
with:
@@ -19,6 +20,6 @@ jobs:
1920
id: ecr
2021
uses: aws-actions/amazon-ecr-login@v1
2122
- name: Create ECR Repo if Missing
22-
uses: byu-oit/github-action-create-ecr-repo-if-missing@v1
23+
uses: ./
2324
with:
2425
DOCKER_REPO_NAME: test-repo

0 commit comments

Comments
 (0)