Skip to content

Commit

Permalink
chore(gha): switched pipeline to self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Jul 31, 2023
1 parent 6665a8e commit a90c6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3
Expand All @@ -35,4 +35,4 @@ jobs:
run: |
cd ui
cd cip-1694
npm test
npm test

0 comments on commit a90c6f4

Please sign in to comment.