mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-13 12:12:20 -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
|
- name: Create Build Directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/build
|
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