Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Aug 9, 2024
1 parent c41b2e3 commit f767921
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/record-build-and-test-results-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
custom-values:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Record build and test results action with test_session_name option
uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options
with:
Expand All @@ -67,6 +70,9 @@ jobs:
advanced-cases:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Record build and test results action with custom build name and test_session_name option with flavor
uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options
with:
Expand Down

0 comments on commit f767921

Please sign in to comment.