summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ios-screenshots-creation.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-05-26Simplify ios actionsSteffen Ernst1-3/+1
2025-05-26Fix checkout step needs to be in workflowSteffen Ernst1-0/+3
2025-05-26Refactor ios github actionsSteffen Ernst1-25/+5
2025-02-27Add submodule checkout to all CI scripts, amend build instructionsAndrew Bulhak1-0/+5
2025-02-04Change run commands to single lineKalle Lindström1-2/+1
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-2/+0
2025-01-14Update CI ScriptsBug Magnet1-7/+2
2024-11-26Update Actionstinyboxvk1-2/+2
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-10-18Update docs and scripts for go1.21Emīls1-1/+1
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2024-07-18Run screenshot tests when ruby deps changeEmīls1-0/+4
Signed-off-by: Emīls <emils@mullvad.net>
2024-07-17Update wireguard-appleEmīls1-1/+1
2024-06-19Fix for failing iOS screenshot testsNiklas Berglund1-6/+9
2024-03-25Force the rust version to the current stable releaseBug Magnet1-1/+4
2024-01-18Add a staging configuration that automatically targets the staging environmentBug Magnet1-0/+1
2023-12-18Execute screenshot tests after merging to mainJon Petersson1-0/+57