Skip to content

Commit

Permalink
fix(path): fix path
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
XdpCs committed Aug 6, 2024
1 parent b14f1eb commit 68069c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,19 @@ jobs:
- name: Checkout codebase
uses: actions/checkout@v2
with:
repository: beego/beego-session-ext
fetch-depth: 0

- name: Run ORM tests on postgres
env:
GOPATH: /home/runner/go
# GOPATH: /home/runner/go
ORM_DRIVER: postgres
ORM_SOURCE: host=localhost port=${{ job.services.postgres.ports[5432] }} user=postgres password=postgres dbname=orm_test sslmode=disable
run: |
go test -coverprofile=coverage_postgres.txt -covermode=atomic $(go list ./... | grep client/orm)
- name: Run tests on mysql
env:
GOPATH: /home/runner/go
# GOPATH: /home/runner/go
ORM_DRIVER: mysql
ORM_SOURCE: root:root@/orm_test?charset=utf8
run: |
Expand Down

0 comments on commit 68069c9

Please sign in to comment.