Skip to content

Bump firebase_core from 3.8.1 to 3.9.0 #219

Bump firebase_core from 3.8.1 to 3.9.0

Bump firebase_core from 3.8.1 to 3.9.0 #219

Workflow file for this run

name: Run Sweyer tests
on:
pull_request:
push:
branches:
- main
- master
- 'releases/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
- name: 🧪 Test Sweyer
uses: ./.github/workflows/test
with:
testing_arguments: --coverage
- name: ☂ Upload Code Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}