Skip to content

Fix base dir setting when running CI workflow #69

Fix base dir setting when running CI workflow

Fix base dir setting when running CI workflow #69

Workflow file for this run

---
name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: iamsauravsharma/create-dotenv@v2.0.1
with:
file-path: '/tmp/.env'
env:
GITHUB_ACTIONS: ${{ env.GITHUB_ACTIONS }}
- uses: cliffano/command-docker-action@v1.0.0
with:
command: 'make ci'
image: cliffano/studio
shell: bash
env_file: '/tmp/.env'