Skip to content

Commit

Permalink
Test self runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-yakovian-starkware committed Nov 10, 2024
1 parent 2cba2f3 commit 4bd2e13
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: a

on:
pull_request:

jobs:
test:
name: Run test.
runs-on: arc-runner-set0
steps:
- name: Checkout repository.
uses: actions/checkout@v2

- name: Install Python.
uses: actions/setup-python@v5
with:
python-version: '3.9'

- name: Test.
run: echo "Test"

0 comments on commit 4bd2e13

Please sign in to comment.