Skip to content

Commit

Permalink
Update workflow for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Oct 13, 2024
1 parent 6bfd760 commit 867ea11
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 69 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/testcentric-engine-api-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: TestCentric.Engine.Api.CI

on:
workflow_dispatch:
pull_request:
push:

jobs:
ContinuousIntegration:
uses: TestCentric/TestCentric.WorkFlows/.github/workflows/testcentric-ci.yml@main
secrets: inherit
68 changes: 0 additions & 68 deletions .github/workflows/testcentric-gui-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion testcentric.engine.api.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{4EF1
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{660649B9-30E3-4A6B-85C8-68CF25097169}"
ProjectSection(SolutionItems) = preProject
..\TestCentric.InternalTrace\.github\workflows\testcentric-internal-trace.ci.yml = ..\TestCentric.InternalTrace\.github\workflows\testcentric-internal-trace.ci.yml
.github\workflows\testcentric-engine-api-ci.yml = .github\workflows\testcentric-engine-api-ci.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 867ea11

Please sign in to comment.