Skip to content

Commit b8e4e6f

Browse files
Luke McCroneLuke McCrone
Luke McCrone
authored and
Luke McCrone
committed
test
1 parent 19c4a03 commit b8e4e6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/system.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
git clone https://github.com/bats-core/bats-core.git
3030
cd bats-core && ./install.sh $HOME
3131
32-
- name: Install AWS
33-
if: ${{ env.GITHUB_ACTIONS_RUNNER }} == ''
34-
uses: chrislennon/action-aws-cli@v1.1
32+
#- name: Install AWS
33+
# if: ${{ env.GITHUB_ACTIONS_RUNNER }} == ''
34+
# uses: chrislennon/action-aws-cli@v1.1
3535

3636
- name: Build and Run
3737
run: |

0 commit comments

Comments
 (0)