Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Mar 19, 2024
1 parent 47c9404 commit 86ff1e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
ref: master
fetch-depth: 0
path: eg
- uses: actions/checkout@v2
with:
repository: launchableinc/cli
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
- run: "ls -a .."
- run: "ls -a go"
- name: Record commits and build
run: 'launchable record build --name "$GITHUB_RUN_ID" --source . --source=cli=./cli' # care for working-directory path
run: 'launchable record build --name "$GITHUB_RUN_ID" --source src=. --source cli=./cli' # care for working-directory path
- run: "cd go"
- name: Subset
run: go test -list="Test|Example" ./... | launchable subset --confidence 80% go-test > launchable-subset.txt
Expand Down

0 comments on commit 86ff1e4

Please sign in to comment.