Skip to content

Commit

Permalink
Test ARC container job
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed Apr 30, 2024
1 parent b35c134 commit 64914b2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/arc-container-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: ARC container test
on:
pull_request:
branches: [trunk]

jobs:
arc-container-test-job:
name: ARC container test job
runs-on: 3lvia-runner
container:
image: debian:latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run tests
run: |
echo "Running tests..."
sleep 10
echo "Tests completed"

0 comments on commit 64914b2

Please sign in to comment.