pipeline runner
Some checks failed
S3 mount container image build / build (push) Failing after 10s

This commit is contained in:
Tanguy Herbron 2023-08-04 19:06:34 +02:00
parent 817a0cae1b
commit 125cee6ec4

View File

@ -15,5 +15,7 @@ jobs:
- run: export - run: export
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
token: ${{ GITHUB_TOKEN }}
- run: echo "Testing" - run: echo "Testing"
- run: ls - run: ls