Skip to content

Commit

Permalink
wip: enable tmate
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Jun 10, 2024
1 parent 704248b commit 50749c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ runs:
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Check
run: |
for addr in $(ip addr list|sed -En -e 's/.*inet ([0-9.]+).*/\1/p')
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/eden_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
ip a
- name: get eden
uses: actions/checkout@v4.1.1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up QEMU
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,15 @@ jobs:
needs: determine-runner
runs-on: ${{ needs.determine-runner.outputs.runner }}
steps:
uses: actions/checkout@v3
- name: Get code
uses: actions/checkout@v4.1.1
with:
repository: "lf-edge/eden"
ref: ${{ inputs.eden_version }}
path: "./eden"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run Smoke tests
uses: ./eden/.github/actions/run-eden-test
with:
Expand Down

0 comments on commit 50749c7

Please sign in to comment.