Skip to content

Bump xunit from 2.6.6 to 2.8.0 #50

Bump xunit from 2.6.6 to 2.8.0

Bump xunit from 2.6.6 to 2.8.0 #50

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_pr --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: pr
on:
pull_request:
branches:
- develop
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Run: Pack'
run: ./build.cmd Pack
- name: 'Publish: artifacts'
uses: actions/upload-artifact@v3
with:
name: artifacts
path: artifacts