Skip to content

Commit

Permalink
fixed the testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 16, 2023
1 parent 844b8f5 commit cc6b084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
cache-dependency-path: |
server/go.sum
- name: run migration
run: go run migrate.go
run: go run main.go
working-directory: ./server
env:
EXIT_AFTER_MIGRATION: "true"
DB_DSN: root:super_secret_pa$$w0rd@tcp(db:3306)/campus_db?charset=utf8mb4&parseTime=True&loc=Local
ENVIRONMENT: dev
build:
Expand Down

0 comments on commit cc6b084

Please sign in to comment.