Skip to content

update domain name in a few more places #1581

update domain name in a few more places

update domain name in a few more places #1581

name: didTheTestsPass
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: |
sudo apt-get install cloc
npm install .
npm run test
# - run: npm run buildCoverageReport