We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb3f9a commit 6940ae1Copy full SHA for 6940ae1
.github/workflows/debug.yml
@@ -0,0 +1,32 @@
1
+name: "Debug workflow"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - '**'
7
8
+jobs:
9
+ local:
10
+ name: Gaya
11
+ runs-on: self-gaya
12
+ steps:
13
+ - name: Upload Input Data
14
+ uses: actions/upload-artifact@v4
15
+ with:
16
+ name: input-data
17
+ path: /home/u2/cladellash/largedataexample/input_data/kub/
18
19
20
+ machine:
21
+ name: Discoverer
22
+ runs-on: self-discoverer
23
24
+ - name: Download Input Data
25
+ uses: actions/download-artifact@v4
26
27
28
+ path: /disco2fs/ehpc-dev-2024d05-047/vchabannes/inputdataset
29
+ - name: Check input data
30
+ run: |
31
+ ls /disco2fs/ehpc-dev-2024d05-047/vchabannes/inputdataset/
32
+ ls /disco2fs/ehpc-dev-2024d05-047/vchabannes/inputdataset/kub/
0 commit comments