Skip to content

Commit

Permalink
remove irrelevants
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Nov 10, 2023
1 parent b45c331 commit eff0d07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions .github/actions/api-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,3 @@ on: push
runs:
using: 'docker'
image: 'odk-docs.dockerfile'

jobs:
standard-tests:
# TODO should we use the same container as circle & central?
runs-on: ubuntu-latest
services:
# see: https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers
postgres:
image: postgres:14.6
env:
POSTGRES_PASSWORD: odktest
ports:
- 5432:5432
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18.17.0
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: node lib/bin/create-docker-databases.js
- run: make test-full
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
jobs:
build_api_docs:
runs-on: ubuntu-latest
name: A job to say hello
name: Build API Docs
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit eff0d07

Please sign in to comment.