We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c53af commit a730898Copy full SHA for a730898
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
with:
44
workspaces: atcoder-problems-backend -> target
45
46
+ # ここは無くてもいいかも
47
- name: Setup Postgresql
48
run: psql ${DATABASE_URL} < ../config/database-definition.sql
49
0 commit comments