Skip to content

828 frontend dynamically fetch lodge prices on frontend #1786

828 frontend dynamically fetch lodge prices on frontend

828 frontend dynamically fetch lodge prices on frontend #1786

Workflow file for this run

name: Run all tests
on:
pull_request:
push:
branches:
- master
env:
API_KEY: ${{secrets.VITE_FIREBASE_API_KEY}}
jobs:
Run-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install volta
uses: volta-cli/action@v4
- run: npm install -g firebase-tools
- run: yarn
- run: yarn test