summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/frontend.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-09-18Create custom action for Mullvad build envDavid Lönnhager1-9/+1
2025-09-11Allow long filenames in git for the Windows Github runnersTobias Järvelöv1-0/+6
2025-09-05Set playwright reporter to lineOskar1-2/+2
2025-09-05Add macos to frontend workflowDavid Lönnhager1-3/+3
2025-02-25Add step to build a test buildTobias Järvelöv1-0/+5
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-7/+0
2024-11-26Update Actionstinyboxvk1-1/+1
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-11-14Update github actions workflowsOskar1-13/+13
2024-10-14Disable chrome sandbox when running e2e tests on Linux in GitHub actionsOskar1-1/+9
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+2
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-06-25Update Github actions to use `wireguard-go` as a submoduleMarkus Pettersson1-0/+3
2024-05-16Update GA workflowsDavid Lönnhager1-12/+7
2024-02-15Fix `github-action-json-file-properties` versionMarkus Pettersson1-1/+1
2024-01-12Make frontend workflow update RustOskar Nyberg1-0/+7
2023-10-20Replace volta-cli/action with actions/setup-nodeOskar Nyberg1-13/+14
2023-01-13Run yamlfix on all of .github/workflows/Linus Färnstrand1-50/+49
2022-11-07Set shell to bash and remove deprecated set-outputHank1-1/+3
Move shell setting
2022-11-07Update step names for clarityHank1-2/+2
2022-11-07Try separate linux setupHank1-0/+6
2022-11-07Try without xvfb-actionHank1-4/+2
2022-11-07Update actionsHank1-2/+2
2022-10-18Update volta-action to v4Oskar Nyberg1-1/+1
2022-09-20Revert html reporter and remove github action artifact uploadsHank1-8/+0
2022-09-20Update playwright report pathHank1-1/+1
2022-09-20Output playwright report as html and upload in Github on failureHank1-1/+1
2022-09-20Upload Playwright results on failureHank1-0/+8
2022-09-20Run Playwright tests in GithubHank1-0/+3
2022-04-25Switch to volta in actions and add npm cacheOskar Nyberg1-11/+13
2022-04-14Update node versionOskar Nyberg1-1/+1
2022-04-04Disable linting on WindowsOskar Nyberg1-0/+1
2022-04-04Switch to using the cache function in actions/setup-nodeOskar Nyberg1-6/+6
2022-03-25Rename some Github Actions jobs to make them easier to findLinus Färnstrand1-1/+1
2022-01-12Change workflow trigger from push to pull_requestOskar Nyberg1-2/+2
2021-12-21Update to node 16.9.1Oskar Nyberg1-1/+1
2021-10-01Update node version in Github Actions actionOskar Nyberg1-1/+1
2021-06-24Bump node to version 14 in GitHub actionsDavid Lönnhager1-1/+1
2021-03-15Add Windows to GitHub actions frontend-build jobOskar Nyberg1-1/+4
2021-03-15Add GitHub actions frontend jobOskar Nyberg1-0/+49