Skip to content

Commit

Permalink
fix: test gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Jul 3, 2024
1 parent d177c62 commit 4d10c1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/plop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: hello-world
on: push
jobs:
my-job:
runs-on: [self-hosted, linux, x64, qa-android]
steps:
- name: my-step
run: echo "Hello World!"
- name: run the tests in docker
run: sudo docker exec -it $(sudo docker ps -q) sh -c "dl_and_test"

0 comments on commit 4d10c1c

Please sign in to comment.