Skip to content

Product field returned to purchase request to help Aegis to detect, which product was bought. #818

Product field returned to purchase request to help Aegis to detect, which product was bought.

Product field returned to purchase request to help Aegis to detect, which product was bought. #818

Workflow file for this run

name: Tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Detekt
run: ./gradlew detektAll
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.0
- name: Install dependencies
run: bundle install
- name: Fastlane Action
uses: maierj/[email protected]
with:
lane: test
- name: Build and Tests
run: |
fastlane test