Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Mar 19, 2024
1 parent 46a586b commit d8131a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
ref: main
path: cli
fetch-depth: 0
- uses: actions/checkout@v2
with:
repository: golang/go
ref: go1.18.10
path: golang
- uses: actions/setup-python@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
Expand All @@ -49,8 +54,8 @@ jobs:
run: |
go install github.com/jstemmer/go-junit-report@latest
- run: "launchable verify"
- run: "ls -a ."
- run: "ls -a .."
- run: "ls -a examples/eg/go"
- name: Record commits and build
run: 'launchable record build --name "$GITHUB_RUN_ID" --source src=. --source cli=./cli' # care for working-directory path
- run: "cd go"
Expand Down

0 comments on commit d8131a2

Please sign in to comment.