Skip to content

Fix text_cache with proper cache invocation #253

Fix text_cache with proper cache invocation

Fix text_cache with proper cache invocation #253

name: Test successive invocations
on:
push:
branches:
- 'main'
- 'releases/**'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
echo "First invocation"
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
echo "Second invocation"