-
```
name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
…
-
I would like to reconfigure the GH Actions to accomplish the following if @ehuelsmann is OK with it. I'll do this work next week after the holidays.
1. Make the current `Build LedgerSMB Book` actio…
-
I tried to integrate a juce webview into github actions as well but could find no solution how to make the installation of webview work in the CI pipeline.
I see that here it is a similar issue, do y…
-
This is still an admin cronjob, but is similar enough to nightly install of compilers that it can move to GH actions. This would make it a lot more transparent as to what's going right/wrong.
The q…
-
We switched to GH actions in other repos, so it might be beneficial to do it here as well for consistency.
This is for upgradability and various maintainers being able to do help here.
-
Every few runs of the github actions workflow results in an error where the runner complains that `rmarkdown` and `knitr` aren't installed.
https://github.com/UBC-STAT/stat-406/actions/runs/108603…
-
Testing GH Actions trigger update
-
When the ci/cd pipeline runs the `npx playwright test` command, this error is returned:
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to…
-
- [X] I have searched open and closed issues for duplicates
- [X] I am submitting a bug report for existing functionality that does not work as intended
---------------------------------------…
-
* https://github.com/wdzeng/firefox-addon
* https://github.com/wdzeng/chrome-extension
Mte90 updated
2 hours ago