Skip to content

Commit

Permalink
testing Marimo flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 17, 2025
1 parent 993d6fa commit df14b05
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/act.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test Template Workflows
on:
push:

env:
RUNNING_IN_ACT: true
#env:
# RUNNING_IN_ACT: true

jobs:
test-template-workflows:
Expand All @@ -23,9 +23,9 @@ jobs:
# Add the installation directory to PATH
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- name: Check env variable
run: |
echo "ACT ${{ env.RUNNING_IN_ACT }}?"
#- name: Check env variable
# run: |
# echo "ACT ${{ env.RUNNING_IN_ACT }}?"

- name: Verify act installation
run: |
Expand Down Expand Up @@ -64,10 +64,14 @@ jobs:
working-directory: template
run: |
act -W .github/workflows/marimo.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
env:
RUNNING_IN_ACT: true

- name: Run the pre-commit flow
id: flow_pre_commit
shell: bash
working-directory: template
run: |
act -W .github/workflows/pre-commit.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
env:
RUNNING_IN_ACT: true

0 comments on commit df14b05

Please sign in to comment.