ci: switch runner to golang alpine image, drop apt for apk
Backend Tests / test (push) Failing after 4s
Backend Tests / test (push) Failing after 4s
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
cache-dependency-path: backend/go.sum
|
||||
|
||||
- name: Install system deps
|
||||
run: sudo apt-get update && sudo apt-get install -y postgresql-client
|
||||
run: apk add --no-cache postgresql-client nodejs
|
||||
|
||||
- name: Wait for PostgreSQL
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user