Skip to content

Bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 #452

Bump github.com/tidwall/gjson from 1.14.4 to 1.15.0

Bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 #452

Workflow file for this run

name: Container test
on: [pull_request]
jobs:
build:
strategy:
matrix:
test: [mongo_test]
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: install s3cmd
run: pip3 install s3cmd
- name: Check out
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: Build backup-svc container
run: docker build -t nbisweden/sda-backup:test .
- name: create certificates
run: bash ./dev_tools/scripts/make_certs.sh
- name: Start virtual infrastructure
run: docker-compose -f ./dev_tools/docker-compose.yml up -d --force-recreate
- name: Wait for containers to start
run: bash ./dev_tools/scripts/readiness.sh
- name: Run test
run: bash ./dev_tools/scripts/${{ matrix.test }}.sh docker