Skip to content

Add missing REDIS_PASSWORD env key #174

Add missing REDIS_PASSWORD env key

Add missing REDIS_PASSWORD env key #174

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test_linux:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.10.0, 21.x]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test:docker
lint:
uses: adonisjs/.github/.github/workflows/lint.yml@main
typecheck:
uses: adonisjs/.github/.github/workflows/typecheck.yml@main