Skip to content

Commit

Permalink
Update CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
roysc committed Apr 24, 2023
1 parent 08c9e62 commit 7b66437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Basic Go build and test

on:
pull_request:

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand All @@ -26,5 +22,5 @@ jobs:

- name: Run test
run: |
sleep 30;
go test -v ./...
sleep 30
go test -v ./...
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
restart: on-failure
depends_on:
- ipld-eth-db
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v4.2.3-alpha
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v5.0.0-alpha
environment:
DATABASE_USER: "vdbm"
DATABASE_NAME: "vulcanize_testing"
Expand Down

0 comments on commit 7b66437

Please sign in to comment.