Sha256: d09ae574faee8bb1ad4c5aaabb5dde55d70bfb1e23fa94ac9723d171b17a0e87
Contents?: true
Size: 646 Bytes
Versions: 3
Compression:
Stored size: 646 Bytes
Contents
name: Jest specs on: push: branches: - 'master' pull_request: jobs: jest: name: Jest specs strategy: matrix: os: [ubuntu-latest] node: [14.x, 16.x, 18.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 with: persist-credentials: false - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} cache: yarn - name: Install dependencies run: yarn --frozen-lockfile --non-interactive --prefer-offline - name: Jest Specs run: yarn test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shakapacker-7.3.0.beta.1 | .github/workflows/jest.yml |
shakapacker-7.2.2 | .github/workflows/jest.yml |
shakapacker-7.2.1 | .github/workflows/jest.yml |