Skip to content

Bump: Bump docker-compose from 0.24.1 to 0.24.8 (#168) #299

Bump: Bump docker-compose from 0.24.1 to 0.24.8 (#168)

Bump: Bump docker-compose from 0.24.1 to 0.24.8 (#168) #299

Workflow file for this run

name: Tests
on:
- push
jobs:
lint:
name: 🔮 Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx eslint ./ --max-warnings=0
jest:
name: 🤹‍♂️ Jest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx jest