Skip to content

Update base image to ubuntu:24.04 (#39) #81

Update base image to ubuntu:24.04 (#39)

Update base image to ubuntu:24.04 (#39) #81

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- release-*
push:
branches:
- main
- release-*
jobs:
golden-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
./run_tests.sh
action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run action
uses: ./
id: run_action
with:
paths: "*"
paths-ignore: "*.md"
outputs:
has_changes: ${{ steps.run_action.outputs.has_changes }}