Skip to content

Commit

Permalink
Add manual trigger to e2e-test github action
Browse files Browse the repository at this point in the history
Add a manual trigger for running the end-to-end tests with github actions.
The manual trigger takes as input a signed tag for determining which
artifacts to fetch from the build server.
  • Loading branch information
MarkusPettersson98 committed Oct 16, 2023
1 parent 6657c3d commit 484cda3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Desktop - End-to-end testing on supported platforms

Check warning on line 1 in .github/workflows/desktop-e2e.yml

View workflow job for this annotation

GitHub Actions / check-formatting

1:1 [document-start] missing document start "---"
on:

Check warning on line 2 in .github/workflows/desktop-e2e.yml

View workflow job for this annotation

GitHub Actions / check-formatting

2:1 [truthy] truthy value should be one of [false, true]
schedule:
Expand Down

0 comments on commit 484cda3

Please sign in to comment.