Sha256: e281293cc94015010eb25af68b1b414f06012662a9d5d7387df2158c9a1b4c12

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

name: Test

on:
  workflow_dispatch:
  pull_request_target:

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
        with:
          ref: ${{ github.head_ref }}
          token: ${{ secrets.GH_SISYPHUS_YETTO_REPO_TOKEN }}

      - uses: yettoapp/actions/run-ruby-tests@main
        with:
          github_token: ${{ secrets.GH_SISYPHUS_YETTO_REPO_TOKEN }}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hephaestus-0.2.3 templates/.github/workflows/test.yml
hephaestus-0.2.2 templates/.github/workflows/test.yml