Skip to content

Commit

Permalink
try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Dec 12, 2024
1 parent 2e6b74f commit 4ec9563
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/integration-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ on:
branches:
- '**'

permissions:
contents: read

defaults:
run:
shell: bash

jobs:
test:
runs-on: ubuntu-22.04
Expand All @@ -30,4 +23,4 @@ jobs:
go-version: 1.23

- name: Run Integration Tests
run: make test-e2e-bcd-consumer-integration
run: sudo make test-e2e-bcd-consumer-integration

0 comments on commit 4ec9563

Please sign in to comment.