Sha256: 50c6b790138395a96222d729d902d228bb4a800259fe4c2c7b3f3ea87bcac717

Contents?: true

Size: 515 Bytes

Versions: 6

Compression:

Stored size: 515 Bytes

Contents

name: Test

on:
  workflow_dispatch:
  pull_request_target:

jobs:
  ruby:
    uses: yettoapp/actions/.github/workflows/rails_test_suite.yml@main
    secrets:
      gh_token: ${{ secrets.GH_SISYPHUS_YETTO_REPO_TOKEN }}
    with:
      system_tests: false

  docker:
    uses: yettoapp/actions/.github/workflows/test_dockerbuild.yml@main
    secrets:
      gh_token: ${{ secrets.GH_SISYPHUS_YETTO_REPO_TOKEN }}
      fly_token: ${{ secrets.FLY_PRODUCTION_API_TOKEN }}
    with:
      app_name: "plug-app-production"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hephaestus-0.7.2 templates/.github/workflows/test.yml
hephaestus-0.7.1 templates/.github/workflows/test.yml
hephaestus-0.7.0 templates/.github/workflows/test.yml
hephaestus-0.6.4 templates/.github/workflows/test.yml
hephaestus-0.6.3 templates/.github/workflows/test.yml
hephaestus-0.6.2 templates/.github/workflows/test.yml