Skip to content

Commit 6f434ac

Browse files
authored
Rename linux_run_tests.yml to run_all_tests.yml
1 parent b2c502e commit 6f434ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ubuntu Linux Run Tests
1+
name: Run all tests inside repo/tests
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: [self-hosted, macOS, ARM64]
12+
runs-on: [self-hosted, linux, macOS, ARM64]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)