Skip to content

Commit 15e0a85

Browse files
authored
chore: fix buildpack integration tests (#173)
* Fix buildpack integration tests * Use sudo to fix write permissions
1 parent 2b60f4a commit 15e0a85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: read-all
1111

1212
jobs:
1313
ruby30-buildpack-test:
14-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].0
14+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].1
1515
with:
1616
http-builder-source: 'test/conformance'
1717
http-builder-target: 'http_func'

test/conformance/prerun.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ cat Gemfile
2323
sudo gem install bundler
2424

2525
# Generate a Gemfile.lock without installing any Gems
26-
bundle lock --update
27-
cat Gemfile.lock
26+
sudo bundle lock --update
27+
cat Gemfile.lock

0 commit comments

Comments
 (0)