Skip to content

Commit

Permalink
Changing wails build action to forked version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpleslie committed Nov 29, 2023
1 parent 595e45f commit d602fd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# - name: Install dependencies
# run: go get .
# - name: Run tests
# run: go test
# run: go test ./...

build:
strategy:
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand All @@ -81,9 +81,10 @@ jobs:
- name: Install dependencies
run: pnpm install
- uses: dAppServer/[email protected]
- uses: ncpleslie/[email protected]
with:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
go-version: "1.21"
node-version: "20.5.1"
node-version: 18
package: ${{ !env.ACT }}
1 change: 0 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/stretchr/testify/mock"
)

// MockDB is a mock implementation of the db.Queries interface
type MockQueries struct {
mock.Mock
}
Expand Down

0 comments on commit d602fd5

Please sign in to comment.