Skip to content

improvement: S3UTILS-153-update-registry-to-ghcr #773

improvement: S3UTILS-153-update-registry-to-ghcr

improvement: S3UTILS-153-update-registry-to-ghcr #773

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- development/**
- q/*/**
concurrency:
group: 'tests-${{ github.ref }}'
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
services:
mongodb:
image: scality/ci-mongo:3.6.8
ports:
- '27018:27018'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '10'
cache: 'yarn'
- run: sudo apt-get update -q
- run: yarn --network-concurrency 1
- run: yarn --silent lint -- --max-warnings 0
- run: yarn --silent test:unit
- run: yarn --silent test:functional
env:
MONGODB_REPLICASET: "localhost:27018"
docker-build:
uses: scality/workflows/.github/workflows/docker-build.yaml@v2
with:
context: .
file: ./Dockerfile
push: true
name: s3utils
namespace: scality