Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download test archive and run it
Browse files Browse the repository at this point in the history
dellis1972 committed Sep 14, 2024
1 parent 9862fca commit 5517f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/TestTasks/DownloadTestArtifactsTask.cs
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
namespace BuildScripts;

[TaskName("DownloadTestArtifacts")]
public sealed class DownloadArtifactsTask : AsyncFrostingTask<BuildContext>
public sealed class DownloadTestArtifactsTask : AsyncFrostingTask<BuildContext>
{
public override bool ShouldRun(BuildContext context) => context.BuildSystem().IsRunningOnGitHubActions;

0 comments on commit 5517f3e

Please sign in to comment.