Skip to content

Commit

Permalink
Merge pull request #189 from TimeWarpEngineering/Cramer/2024-03-24/Tests
Browse files Browse the repository at this point in the history
Remove TestCafe and Selenium Tests Going to go with Playwright
  • Loading branch information
StevenTCramer authored Mar 24, 2024
2 parents 061179c + 0514f35 commit 2142d0a
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 927 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/timewarp-architecture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."

- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."

Expand All @@ -26,16 +26,12 @@ jobs:
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."

- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
env:
NUGET_AUTH_TOKEN: ${{secrets.PUBLISH_TO_NUGET_ORG}} # <-- This is the token for the GitHub account you want to use.

- name: Pack
run: |
cd Source/TimeWarp.Architecture.Template/
dotnet build -c Release
- name: Publish
run: dotnet nuget push Source/TimeWarp.Architecture.Template/bin/Release/TimeWarp.Architecture.*.nupkg --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}}
env:
NUGET_AUTH_TOKEN: ${{secrets.PUBLISH_TO_NUGET_ORG}}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2142d0a

Please sign in to comment.