Skip to content

allow s3 and address resolution queries #209

allow s3 and address resolution queries

allow s3 and address resolution queries #209

Workflow file for this run

name: Basic CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.20.4
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run lint
# - name: Run unit tests
# run: npm run test:unit:ci
call-build-and-deploy:
needs: testing
if: success() && github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: ./.github/workflows/build-and-deploy.yml
secrets: inherit