Skip to content

Replace docs.testing.zeroc.com with docs.icerpc.dev #9

Replace docs.testing.zeroc.com with docs.icerpc.dev

Replace docs.testing.zeroc.com with docs.icerpc.dev #9

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build_and_test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
uses: ./.github/actions/build
env:
SLICEC_DEPLOY_KEY: ${{ secrets.SLICEC_DEPLOY_KEY }}
NUGET_API_TOKEN: ${{ secrets.NUGET_API_TOKEN }}
- name: Publish
uses: ./.github/actions/publish
- name: Build Examples
uses: ./.github/actions/build-examples
- name: Run Tests
uses: ./.github/actions/test
- name: Test Templates
uses: ./.github/actions/test-templates