Skip to content

Commit

Permalink
ci: adopt shared actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Nov 26, 2024
1 parent 0fd50b5 commit 311b8d8
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 479 deletions.
File renamed without changes.
File renamed without changes.
161 changes: 0 additions & 161 deletions .github/workflows/patch.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/patch_faux.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/server-tests-faux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Tests are skipped for these files but github doesn't allow "passing" hence this is required.

name: Skipped Tests

on:
pull_request:
paths:
- "**.js"
- "**.css"
- "**.md"
- "**.html"

jobs:
test:
name: Tests
uses: frappe/frappe/.github/workflows/_base-server-tests.yml@develop
with:
fake-success: true

migrate:
name: Migration
uses: frappe/frappe/.github/workflows/_base-migration.yml@develop
with:
fake-success: true
24 changes: 0 additions & 24 deletions .github/workflows/server-tests-mariadb-faux.yml

This file was deleted.

160 changes: 0 additions & 160 deletions .github/workflows/server-tests-mariadb.yml

This file was deleted.

Loading

0 comments on commit 311b8d8

Please sign in to comment.