Skip to content

fix: wait for geo status and cache it's value #719

fix: wait for geo status and cache it's value

fix: wait for geo status and cache it's value #719

name: Test - Unit and Snapshot
on:
push:
branches: ['develop', 'release']
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: yarn install and test
run: |
yarn
yarn test
env:
CI: true