Skip to content

Commit

Permalink
Update test-runner.yml v2
Browse files Browse the repository at this point in the history
  • Loading branch information
okon-emma authored Jun 22, 2024
1 parent 78b6af0 commit d5e3fbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
setup:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand All @@ -14,4 +14,5 @@ jobs:
run: pwd

- name: Check running docker services
run: sudo docker ps
run: docker ps

0 comments on commit d5e3fbc

Please sign in to comment.