mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 13:15:49 -06:00
fix: Update test action
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user