Skip to content

ci: test the unit tests #1

ci: test the unit tests

ci: test the unit tests #1

Workflow file for this run

on:
push:
# branches:
# - master
pull_request:
branches:
- master
page_build:
release:
types:
- created
jobs:
test_macos_gmt8:
runs-on: macos-latest
name: Test GMT +8 on MacOS
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Timezone to +8 (With input)
uses: ./
with:
timezoneMacos: "Asia/Singapore"
- run: npm i
- run: npm run test