Migrate to Gitea Actions #230

Merged
raucao merged 7 commits from dev/ci into master 2026-07-25 18:18:51 +00:00
Showing only changes of commit 43a417b8d7 - Show all commits
+2 -4
View File
@@ -33,6 +33,8 @@ jobs:
test: test:
name: "Test" name: "Test"
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.18.0-chrome107-ff106-edge
timeout-minutes: 10 timeout-minutes: 10
steps: steps:
@@ -42,10 +44,6 @@ jobs:
with: with:
node-version: 16 node-version: 16
cache: 'npm' cache: 'npm'
- name: Setup Chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm ci