diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 016fa87..458a6ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: docker run -dit -p 8080:8080 -v ${{ github.workspace }}/build:/exist/autodeploy \ --name exist --rm --health-interval=2s --health-start-period=4s \ duncdrum/existdb:${{ matrix.exist-version }} - sleep 10s + sleep 14s # Test - name: Run test diff --git a/README.md b/README.md index a02851d..53fc453 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A database of terms drawn from the lists of terms and abbreviations in many volu ## Data sources -- [The *Foreign Relations of the United States (FRUS)_ series](https://history.state.gov/historicaldocuments) (see raw data at the [HistoryAtState/frus](https://github.com/HistoryAtState/frus) GitHub repository) +- [The *Foreign Relations of the United States (FRUS)* series](https://history.state.gov/historicaldocuments) (see raw data at the [HistoryAtState/frus](https://github.com/HistoryAtState/frus) GitHub repository) ## Status diff --git a/test/smoke-test.bats b/test/smoke-test.bats index c42b37e..fb02e79 100644 --- a/test/smoke-test.bats +++ b/test/smoke-test.bats @@ -25,8 +25,8 @@ # Make sure the package has been deployed @test "logs show package deployment" { - result=$(docker logs exist | grep -o 'http://history.state.gov/ns/data/terms') - [ "$result" == 'http://history.state.gov/ns/data/terms' ] + result=$(docker logs exist | grep -o 'http://history.state.gov/ns/apps/terms') + [ "$result" == 'http://history.state.gov/ns/apps/terms' ] } @test "logs are error free" {