Skip to content

Upd to .NET 8.0, MySQL 8.0, upd packages #38

Upd to .NET 8.0, MySQL 8.0, upd packages

Upd to .NET 8.0, MySQL 8.0, upd packages #38

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
jobs:
build:
name: Pull request
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and test
uses: docker/build-push-action@v1
with:
dockerfile: platforms.Dockerfile
push: false
repository: dodopizza/mysql-data-mover-platforms
tags: test,latest
- name: Build linux image
uses: docker/build-push-action@v1
with:
dockerfile: linux.Dockerfile
push: false
repository: dodopizza/mysql-data-mover
tags: test,latest
- name: Integration test
timeout-minutes: 10
run: |
./run-integration-tests.sh -t 'test'