Skip to content

[Snyk] Fix for 3 vulnerabilities #12

[Snyk] Fix for 3 vulnerabilities

[Snyk] Fix for 3 vulnerabilities #12

name: tests-payments
on:
pull_request:
paths:
- 'payments/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd payments && npm install && npm run test:ci