Skip to content

Commit

Permalink
Use self-hosted runner in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Jan 4, 2024
1 parent 87052ab commit 97a3301
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,13 @@ jobs:

integration:
name: Integration tests
runs-on: ubuntu-latest
runs-on: [ self-hosted, Linux, data-flows ]
container:
image: python:3.9.18
steps:
- uses: actions/checkout@v3
with:
ref: refs/pull/${{ github.event.number }}/merge
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: pip
- name: Install dependencies
run: make dev-env
- name: Run integration tests
Expand Down

0 comments on commit 97a3301

Please sign in to comment.