mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 10:08:02 -06:00
fix: Update test action
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -9,4 +9,7 @@ jobs:
|
||||
- name: Create Build Directory
|
||||
run: |
|
||||
mkdir -p /tmp/build
|
||||
touch /tmp/build/test.txt
|
||||
- name: Create file in build directory
|
||||
run: |
|
||||
touch test.txt
|
||||
working-directory: /tmp/build
|
||||
|
||||
Reference in New Issue
Block a user