Skip to content

Commit

Permalink
GitHubCI: change order of build
Browse files Browse the repository at this point in the history
Because some scripts depend on FileConventions lib so it's
better to compile it first (failures more understandable
this way).
  • Loading branch information
knocte committed Mar 12, 2023
1 parent dd42576 commit 3a75658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: git config --global --add safe.directory '*'
- name: Install dotnet sdk
run: sudo apt install -y dotnet6
- name: Compile F# scripts
run: dotnet fsi scripts/compileFSharpScripts.fsx
- name: Compile the conventions solution
run: dotnet build --configuration Release conventions.sln
- name: Compile F# scripts
run: dotnet fsi scripts/compileFSharpScripts.fsx

file-conventions-tests:
name: Run FileConventions-lib unit tests
Expand Down

0 comments on commit 3a75658

Please sign in to comment.