Skip to content

Bump dotnet/sdk from 10.0.301-alpine3.23 to 10.0.302-alpine3.23 #812

Bump dotnet/sdk from 10.0.301-alpine3.23 to 10.0.302-alpine3.23

Bump dotnet/sdk from 10.0.301-alpine3.23 to 10.0.302-alpine3.23 #812

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Tests
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
with:
install: true
- name: Build and push
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
with:
context: .
push: false
load: true
tags: exercism/csharp-test-runner:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run Tests in Docker
run: bin/run-tests-in-docker.sh