Skip to content

Commit

Permalink
added Akka.Streams to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jan 23, 2025
1 parent bedd36d commit ab7b70c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
shell: pwsh
run: |
./scripts/test-templates.ps1
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions scripts/test-templates.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,7 @@ $binlog = [IO.Path]::GetFullPath([IO.Path]::Combine($pwd, "..", "binlog", "test.
Create-And-Build "akkaconsole" "AkkaConsole" "C#" "f" "net9.0" $binlog
Create-And-Build "akkaconsole" "AkkaConsole" "C#" "f" "net8.0" $binlog

Create-And-Build "akkastreams" "AkkaStreams" "C#" "f" "net9.0" $binlog
Create-And-Build "akkastreams" "AkkaStreams" "C#" "f" "net8.0" $binlog

# Ignore errors when files are still used by another process

0 comments on commit ab7b70c

Please sign in to comment.