Skip to content

refactor: remove unused sale method and related schemas in DataVault #63

refactor: remove unused sale method and related schemas in DataVault

refactor: remove unused sale method and related schemas in DataVault #63

Workflow file for this run

name: Integration tests
on:
push:
paths:
- 'src/**'
- 'tests/**'
- '.github/workflows/test.yaml'
jobs:
run-integration-tests:
name: Run integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm ci
- name: Run tests
env:
AUTH1: ${{ secrets.AUTH1 }}
AUTH2: ${{ secrets.AUTH2 }}
MERCHANT_ID: ${{ secrets.MERCHANT_ID }}
AZUL_KEY: ${{ secrets.AZUL_KEY }}
AZUL_CERT: ${{ secrets.AZUL_CERT }}
run: |
npm run test