Skip to content

Commit

Permalink
removes stdin op from action
Browse files Browse the repository at this point in the history
  • Loading branch information
t-monaghan committed Nov 29, 2023
1 parent 9834cda commit 0d2702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Build docker images
run: docker build -t bootstrap-script-test < Dockerfile
run: docker build -t bootstrap-script-test .
- name: Run tests
run: docker run bootstrap-script-test

0 comments on commit 0d2702b

Please sign in to comment.