Skip to content

chore: add environment: testing to tests #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
unit-tests:
runs-on: ubuntu-latest-8
environment: testing
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -36,6 +37,7 @@ jobs:
# TODO: re-enable when this check is a develop required check
if: false
runs-on: ubuntu-latest-32
environment: testing
strategy:
matrix:
sync_graph: [ true, false ]
Expand Down Expand Up @@ -76,7 +78,7 @@ jobs:
parse-tests:
if: contains(github.event.pull_request.labels.*.name, 'parse-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest-32
environment: parse-tests
environment: testing
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -146,6 +148,7 @@ jobs:

integration-tests:
runs-on: ubuntu-latest-16
environment: testing
steps:
- uses: actions/checkout@v4
with:
Expand Down