Skip to content

Commit

Permalink
Move tests into test directory to avoid conflicts with polyglot-relea…
Browse files Browse the repository at this point in the history
…se (#6)
  • Loading branch information
mpkorstanje committed Aug 10, 2023
1 parent 6a139ad commit 14c8bbd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Test

on:
workflow_call:
pull_request:
branches:
- main
push:
branches:
- main
- renovate/*
- renovate/**

jobs:
test-publish-nuget:
Expand All @@ -18,9 +22,9 @@ jobs:
dotnet-version: 6.0.x
- name: Set unique package version
run: echo "VERSION=0.0.${GITHUB_RUN_NUMBER}-pre" >> $GITHUB_ENV
working-directory: "dotnet"
working-directory: "test"
- name: Test the action
uses: ./
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
working-directory: dotnet
working-directory: "test"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
File renamed without changes.
1 change: 0 additions & 1 deletion dotnet/.gitignore → test/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ build/
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
Expand Down
File renamed without changes.

0 comments on commit 14c8bbd

Please sign in to comment.