Skip to content

chore(E2E Test): Add Thread.sleep to improve test stability #1

chore(E2E Test): Add Thread.sleep to improve test stability

chore(E2E Test): Add Thread.sleep to improve test stability #1

Workflow file for this run

on: [push, pull_request]
jobs:
emulator_test:
name: Run all tests using the Firebase Emulator suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- name: Intsall Firebase Emulato Suite
run: npm install -g firebase-tools
- name: Install dependencies
run: npm install
- name: Run tests
run: firebase emulatos:exec 'npm test' # need to specify that it is for the e2e test...