mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-13 12:12:20 -06:00
feat: Add test action
This commit is contained in:
12
.github/workflows/test.yml
vendored
Normal file
12
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Create Build Directory
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Create Build Directory
|
||||||
|
run: |
|
||||||
|
mkdir /tmp/build
|
||||||
|
touch /tmp/build/test.txt
|
||||||
Reference in New Issue
Block a user