Skip to content

Commit

Permalink
Formatting change, removed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximePouce committed Mar 21, 2024
1 parent 3172359 commit 9ce2dbc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ concurrency:
cancel-in-progress: true

jobs:
instrumentation-tests:
# Testing to run on current draft PR
test-building:
if: github.event.pull_request.draft = true
runs-on: [ self-hosted, tests ]

steps:
- name: Checkout the code
uses: actions/checkout@v4.1.1
steps:
- name: Checkout the code
- uses: actions/checkout@v4.1.1
with:
submodules: recursive

- name: Test pwd
run : pwd
- run : pwd

0 comments on commit 9ce2dbc

Please sign in to comment.