Skip to content

Commit

Permalink
fix(ci): fix the log file label and run on bigger runner (#2357)
Browse files Browse the repository at this point in the history
Minor fix of log file and specifying a large instance to run the network
join test.

issue: none
  • Loading branch information
chmllr authored Nov 1, 2024
1 parent 1facb71 commit be857a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ permissions:

jobs:
join:
runs-on: ubuntu-latest
runs-on: namespace-profile-default # testing with a large instance
# runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -45,6 +46,6 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: failed-logs
name: docker-logs
path: scripts/join/docker_logs.txt
retention-days: 3

0 comments on commit be857a2

Please sign in to comment.