Skip to content

Commit

Permalink
curious if this will make the graph look better
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 14, 2024
1 parent 029ce2b commit 4dfeda4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/internal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@ env:
NuGetDirectory: ${{ github.workspace}}/nuget

jobs:
test-plugin:
uses: './.github/workflows/internal-test-plugin.yml'

test-plugin-nuget:
uses: './.github/workflows/internal-test-plugin-nuget.yml'
needs: [ build ]

test-plugin-legacy:
uses: './.github/workflows/internal-test-plugin-legacy.yml'

test-assetbundle:
uses: './.github/workflows/internal-test-assetbundle.yml'

build:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
Expand Down Expand Up @@ -55,6 +42,19 @@ jobs:
if-no-files-found: error
path: ${{ env.NuGetDirectory }}/*.nupkg

test-plugin:
uses: './.github/workflows/internal-test-plugin.yml'

test-plugin-nuget:
uses: './.github/workflows/internal-test-plugin-nuget.yml'
needs: [ build ]

test-plugin-legacy:
uses: './.github/workflows/internal-test-plugin-legacy.yml'

test-assetbundle:
uses: './.github/workflows/internal-test-assetbundle.yml'

deploy-nuget:
runs-on: ubuntu-latest
needs: [ test-plugin, test-plugin-nuget, test-plugin-legacy, test-assetbundle ]
Expand Down

0 comments on commit 4dfeda4

Please sign in to comment.