Skip to content

Commit

Permalink
Quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 15, 2024
1 parent b916a5f commit 7ac6a33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ jobs:
uses: ./.github/actions/test
with:
TEST_SECRET: ${{ secrets.TEST_SECRET }}
run-on-second-default-container:
runs-on:
- codebuild-spacktainers-2-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- name: clone repo
uses: actions/checkout@v4
- name: info
run: |-
echo "Info step"
ls
uname -a
ls /opt
- name: use-composite-action
uses: ./.github/actions/test
with:
TEST_SECRET: ${{ secrets.TEST_SECRET }}
# run-on-aws-container:
# runs-on:
# - codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
Expand Down

0 comments on commit 7ac6a33

Please sign in to comment.