Skip to content

adding compatibility with Composer 2.2+ (#2) #17

adding compatibility with Composer 2.2+ (#2)

adding compatibility with Composer 2.2+ (#2) #17

Workflow file for this run

name: Test Suite
on:
- push
jobs:
build-dir-exists:
runs-on: ubuntu-latest
# strategy:
# matrix:
steps:
- uses: actions/checkout@v2
- run: |
cp test/satis.json .
mkdir dist
- name: Run action
uses: ./
with:
token: ${{ github.token }}
- run: |
ls -lha public/
name: Check satis build dir