Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pnordahl committed Nov 14, 2024
1 parent 4b8c98f commit 13ab756
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
runs-on: ubuntu-latest
env:
MONORAIL_TEST_DIR : ${{ github.workspace }}/tmp
steps:
- name: Create tmp directory
run: mkdir -p $MONORAIL_TEST_DIR
steps:
- name: prep
run: |
mkdir -p $MONORAIL_TEST_DIR
sudo chown -R $USER:$USER ${{ github.workspace }}
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 13ab756

Please sign in to comment.