Skip to content

Bump tmp from 0.2.1 to 0.2.5 in /firebase/functions #64

Bump tmp from 0.2.1 to 0.2.5 in /firebase/functions

Bump tmp from 0.2.1 to 0.2.5 in /firebase/functions #64

Workflow file for this run

name: Dart CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check-no-lints-and-todos:
runs-on: ubuntu-latest
container:
image: google/dart:2.10.0
steps:
- uses: actions/checkout@v3
- name: Check for lint Errors
run: ./check_for_lint_errors_and_TODO_comments.sh
is-formatted:
runs-on: ubuntu-latest
container:
image: google/dart:2.10.0
steps:
- uses: actions/checkout@v3
- name: Check for lint Errors
run: ./check_code_is_formatted.sh
test:
runs-on: ubuntu-latest
container:
image: google/dart:2.10.0
steps:
- uses: actions/checkout@v3
- name: Run tests
env:
FIREBASE_FUNCTIONS_BASE_URL: ${{ secrets.FIREBASE_FUNCTIONS_BASE_URL }}
FIREBASE_PROJECT_ID: ${{ secrets.FIREBASE_PROJECT_ID }}
run: ./run_all_tests.sh