Skip to content

Commit

Permalink
[CI] More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 23, 2024
1 parent 7c64103 commit 5456b94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: CI Experiments

on:
push:
Expand All @@ -7,7 +7,6 @@ jobs:
test:
name: Test job
runs-on: ["self-hosted", "profiling"]
timeout-minutes: 3
steps:
- name: show /proc/cpuinfo
run: |
Expand All @@ -32,7 +31,10 @@ jobs:
cat /sys/fs/cgroup/memory.high || true
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Test
timeout-minutes: 3
shell: python3 {0}
run: |
import time
Expand Down

0 comments on commit 5456b94

Please sign in to comment.