Skip to content

Revert "chore: bump action versions (#138)" #188

Revert "chore: bump action versions (#138)"

Revert "chore: bump action versions (#138)" #188

---
name: Test release candidate
on:
pull_request:
jobs:
build:
name: Test release candidate
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
# Default: 1
fetch-depth: '0'
-
name: Build test image
uses: docker/build-push-action@v4
with:
context: .
file: ./containers/plcc/Dockerfile
tags: test-image:latest
push: false
-
name: Test
uses: addnab/docker-run-action@v3
with:
image: test-image:latest
run: /plcc/bin/test/functionality.bash