fixing typo

This commit is contained in:
Shawn Hartsell
2024-04-22 18:46:51 -05:00
parent fc2c609f9c
commit 8659e181c1
+1 -1
View File
@@ -59,4 +59,4 @@ jobs:
GOOS=${{ matrix.platform }} GOARCH=${{ matrix.arch }} go build -o bin/actions-sync-${{ matrix.platform }}-${{ matrix.arch }} main.go
- name: Run End-to-End Tests for ${{ matrix.platform }}-${{ matrix.arch }}
run: ./script/test-build-ci bin/actions-sync-${{ runner.platform }}-${{ runner.arch }}
run: ./script/test-build-ci bin/actions-sync-${{ matrix.platform }}-${{ matrix.arch }}