Skip to content

chore(deps): upgrade #16

chore(deps): upgrade

chore(deps): upgrade #16

Workflow file for this run

name: Test all Platforms
on:
push:
branches:
- main
pull_request:
branches:
- main
page_build:
release:
types:
- created
jobs:
test_action:
name: Test Run Action
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- run: yarn config set -H enableImmutableInstalls false
- name: Set Timezone to +0 (No input)
uses: ./
- name: Set Timezone to +0 (With input)
uses: ./
with:
timezoneLinux: 'UTC'
timezoneMacos: 'GMT'
timezoneWindows: 'UTC'
- name: Set Timezone to +8 (With input)
uses: ./
with:
timezoneLinux: 'Asia/Singapore'
timezoneMacos: 'Asia/Singapore'
timezoneWindows: 'Singapore Standard Time'