Skip to content

build(deps): bump dotnet/sdk from 7.0.402-alpine3.18-amd64 to 8.0.100-alpine3.18-amd64 #429

build(deps): bump dotnet/sdk from 7.0.402-alpine3.18-amd64 to 8.0.100-alpine3.18-amd64

build(deps): bump dotnet/sdk from 7.0.402-alpine3.18-amd64 to 8.0.100-alpine3.18-amd64 #429

Workflow file for this run

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