Skip to content

WEBDEV-7195: Update donation fee amount (#163) #263

WEBDEV-7195: Update donation fee amount (#163)

WEBDEV-7195: Update donation fee amount (#163) #263

Workflow file for this run

name: App CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies
run: ./scripts/bootstrap.sh
- name: Run tests
run: ./scripts/test.sh
- name: Upload Codecov reports
uses: codecov/codecov-action@main
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true