Skip to content

Commit

Permalink
fix: Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
astubenbord committed Oct 26, 2023
1 parent f1f36c9 commit eb5e3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Create Build Directory
on: [push]

jobs:
build:
build:s
runs-on: ubuntu-latest
steps:
- name: Create Build Directory
run: |
mkdir /tmp/build
mkdir -p /tmp/build
touch /tmp/build/test.txt

0 comments on commit eb5e3c9

Please sign in to comment.