mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
router.ts tests
This commit is contained in:
11
.github/workflows/linux.yml
vendored
11
.github/workflows/linux.yml
vendored
@@ -47,11 +47,16 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12.x'
|
||||
node-version: '14.x'
|
||||
|
||||
- run: yarn install
|
||||
- name: Install JavaScript Dependencies
|
||||
run: yarn install
|
||||
|
||||
- run: yarn build
|
||||
- name: Build Frontend
|
||||
run: yarn build
|
||||
|
||||
- name: Run the tests
|
||||
run: yarn test -- --coverage
|
||||
|
||||
- name: Install ${{ matrix.version }}
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user