Compare commits

..

1 Commits

Author SHA1 Message Date
raucao 349f0e5eea Migrate to Gitea Actions (#230)
CI / Lint (push) Successful in 1m10s
CI / Test (push) Successful in 1m57s
CI and Release Drafter

Reviewed-on: #230
2026-07-25 18:18:50 +00:00
2 changed files with 3 additions and 6 deletions
+2 -4
View File
@@ -32,14 +32,12 @@ jobs:
test:
name: "Test"
runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.18.0-chrome107-ff106-edge
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install Dependencies
run: npm ci
+1 -2
View File
@@ -15,8 +15,7 @@
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "npm-run-all lint:* test:*",
"test:ember": "ember test",
"test": "ember test",
"start:local": "WEB3_PROVIDER_URL=http://localhost:8545 WEB3_CHAIN_ID=1337 WEB3_NETWORK_NAME='Hardhat Devchain' ember serve",
"build": "ember build --environment=production",
"build-prod": "rm -rf release/* && ember build -prod --output-path release",