another typo

This commit is contained in:
Shawn Hartsell
2024-04-22 18:47:31 -05:00
parent 8659e181c1
commit b70a65d18b
+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-${{ matrix.platform }}-${{ matrix.arch }}
run: ./script/test-ci bin/actions-sync-${{ matrix.platform }}-${{ matrix.arch }}