Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rancher/local-path-provisioner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 700984ab8877023c8fa49504cc5871580154c1c8
Choose a base ref
..
head repository: rancher/local-path-provisioner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0676e799d8c559e71740f478095e83cdea73fdc0
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/build.yml
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -19,9 +19,9 @@ jobs:
- name: Run CI
run: make ci

# Run e2e test
#- name: Run E2e Test
# run: make e2e-test
Run e2e test
- name: Run e2e Test
run: make e2e-test

# Upload binaries
- name: Upload Binaries