Skip to content

Commit

Permalink
Merge pull request #57089 from software-mansion-labs/jnowakow/fix-mis…
Browse files Browse the repository at this point in the history
…sing-checkout

[NoQA] Add missing checkout to prep step in the hybrid adhoc test workflow

(cherry picked from commit 01b103c)

(CP triggered by Julesssss)
  • Loading branch information
mountiny authored and OSBotify committed Feb 19, 2025
1 parent a1e174f commit a9ee884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testBuildHybrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
prep:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Validate that user is an Expensify employee
uses: ./.github/actions/composite/validateActor
with:
Expand Down

0 comments on commit a9ee884

Please sign in to comment.