Got the runner labels backwards

pull/4859/head
Ben Meadors 2024-09-24 12:54:04 -05:00 zatwierdzone przez GitHub
rodzic 6c488fe816
commit 5488c8f579
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ on:
jobs:
test-simulator:
runs-on: test-runner
runs-on: ubuntu-latest
steps:
- name: Install libbluetooth
shell: bash
@ -57,7 +57,7 @@ jobs:
reporter: java-junit
hardware-tests:
runs-on: ubuntu-latest
runs-on: test-runner
steps:
- name: Checkout code
uses: actions/checkout@v4