Remove ci flag

This commit is contained in:
Lea Anthony 2023-09-08 14:49:50 +10:00
commit 9196dc2216
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -116,6 +116,6 @@ jobs:
go install github.com/go-task/task/v3/cmd/task@latest
mkdir -p ./test-${{ matrix.template }}
cd ./test-${{ matrix.template }}
wails3 init -n ${{ matrix.template }} -t ${{ matrix.template }} -ci
wails3 init -n ${{ matrix.template }} -t ${{ matrix.template }}
cd ${{ matrix.template }}
wails3 build