Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isabelle new workflow testing #673

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/workflows/delete-old-workflow-runs.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/isanewworkflow.yml
@@ -0,0 +1,17 @@
name: Isabelle new workflow

on:
push:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build /Users/isabelle/Desktop/ShoppingCart/Smartstore/Smartstore.sln
75 changes: 0 additions & 75 deletions .github/workflows/publish-nightly.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/publish-release.yml

This file was deleted.