Skip to content

Commit ab0c4ea

Browse files
committed
fix: set env
1 parent 87f53b4 commit ab0c4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
MYSQL_DATABASE: test
2323
MYSQL_ROOT_PASSWORD: password
2424
volumes:
25-
- ${GITHUB_WORKSPACE}/cad_server/mysqlconf:/etc/mysql/conf.d
25+
- ${{ env.GITHUB_WORKSPACE }}/cad_server/mysqlconf:/etc/mysql/conf.d
2626
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
2727

2828
steps:

0 commit comments

Comments
 (0)