feat: use GH Actions and separate Dockerfiles #6
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: push
prepare
go-apps
/
...
/
go-build-smoke-test
go-apps
/
...
/
go-test
go-apps
/
...
/
go-vet
go-apps
/
...
/
go-fmt
go-apps
/
...
/
goimports
go-apps
/
...
/
lint
go-apps
/
...
/
govulncheck
go-apps
/
...
/
update-go-version
Matrix: build
Waiting for pending jobs
Annotations
1 error
Invalid workflow file:
.github/workflows/build.yml#L55
The workflow is not valid. .github/workflows/build.yml (Line: 55, Col: 18): Unexpected value 'sudo apt-get -yq update
sudo apt-get install -y xsltproc
docker \
run -d \
-p 5432:5432 \
-e POSTGRES_PASSWORD=**password-removed** \
-e POSTGRES_USER=fdsn_w \
-e POSTGRES_DB=fdsn \
docker.io/postgis/postgis:15-3.3-alpine
'
|