Skip to content

feat: send push to mobile #30

feat: send push to mobile

feat: send push to mobile #30

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "develop/pass" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Unit Test
run: make unit-tests-ci
- name: e2e Test
run: make ci-e2e