Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@

jobs:
test:
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: namespace-profile-8vcpu-cache

steps:
- uses: actions/checkout@v6

- name: Build docker image
run: |
docker build \
-t ingress-test \
-f ./build/test/Dockerfile .

- name: Run tests
run: |
docker run --rm \
-e GITHUB_WORKFLOW=1 \
ingress-test

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium test

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Loading