Skip to content

test

test #300

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
.asdf/**
vendor/bundle
key: ${{ runner.os }}-cache-${{ secrets.CACHE_VERSION }}-${{ hashFiles('.asdf/installs/**')-${{ hashFiles('**/Gemfile.lock') }}

Check failure on line 18 in .github/workflows/deploy-test.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-test.yml (Line: 18, Col: 14): Unexpected symbol: '-${{'. Located at position 31 within expression: hashFiles('.asdf/installs/**')-${{ hashFiles('**/Gemfile.lock')
restore-keys: |
${{ runner.os }}-cache-
- uses: ./
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }}
jekyll_src: './test_site'