Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Jan 23, 2025
1 parent 70c3cba commit 996d7c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


jobs:
test-job:
runs-on: slurm-runner-small
steps:
- name: Check wato-drive access
run: |
ls /mnt/

0 comments on commit 996d7c4

Please sign in to comment.