Skip to content

fix: BASE_URL env load #55

fix: BASE_URL env load

fix: BASE_URL env load #55

Workflow file for this run

name: ci
on: [push]
jobs:
test-lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: bin/lint
test-unit:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: bin/test_unit
test-e2e:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: bin/test_e2e