Skip to content

install libmysqlclient dev #48

install libmysqlclient dev

install libmysqlclient dev #48

Workflow file for this run

# Do not edit this file directly. It is generated by Fluent Github Actions
name: Codecov
on:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v1
- name: Run Dagger Pipelines
run: fluentci run . fmt lint test
- name: Upload to Codecov
run: fluentci run codecov_pipeline
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}