Skip to content

Merge pull request #3482 from moreal/PDX-85-export-encode-fav #12578

Merge pull request #3482 from moreal/PDX-85-export-encode-fav

Merge pull request #3482 from moreal/PDX-85-export-encode-fav #12578

Workflow file for this run

name: planetarium/libplanet/main
on:
push:
branches:
- main
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_API_ACCESS_TOKEN }}
jobs:
linux-netcore-build:
defaults:
run:
working-directory: "/mnt/ramdisk"
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:6.0
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/netcore_build_base"
linux-netcore-test-netmq:
defaults:
run:
working-directory: "/mnt/ramdisk"
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:6.0
needs:
- linux-netcore-build
env:
TRANSPORT_TYPE: netmq
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/linux_netcore_test_base"
with:
code_coverage: false
linux-netcore-test-ar-SA:
defaults:
run:
working-directory: "/mnt/ramdisk"
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:6.0
needs:
- linux-netcore-build
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/linux_netcore_test_base"
with:
locale: ar_SA.UTF-8
code_coverage: false
linux-netcore-test-fr-FR:
defaults:
run:
working-directory: "/mnt/ramdisk"
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:6.0
needs:
- linux-netcore-build
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/linux_netcore_test_base"
with:
locale: fr_FR.UTF-8
code_coverage: false
macos-netcore-test:
runs-on: macos-latest
needs:
- linux-netcore-build
steps:
- uses: actions/[email protected]
- uses: maxim-lobanov/[email protected]
with:
xcode-version: 14.3.1
- uses: "./.github/actions/macos_netcore_test_base"
with:
code_coverage: false
windows-netcore-test:
runs-on: ubuntu-latest
needs:
- linux-netcore-build
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/netcore_test_base"