Skip to content

Commit

Permalink
Create dev_fix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas8600 authored May 2, 2023
1 parent bae33f3 commit 3dafd10
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/dev_fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Frappe App CI

on:
push:
branches:
- dev-fix

jobs:
build-and-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential python3-dev python3-pip
pip3 install -r requirements.txt
- name: Run Tests
run: cd ~/frappe-bench/ && bench --site test_site run-tests --app ecommerce_integrations --coverage

0 comments on commit 3dafd10

Please sign in to comment.