1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 19:24:03 +00:00

Remove docker calls from CI workflow

This commit is contained in:
Samuel Štancl 2020-12-13 03:15:15 +01:00
parent f73d6e2dce
commit add7cd7ce0

View file

@ -17,8 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Start docker containers
run: docker-compose up -d
- name: Install composer dependencies
run: composer install
- name: Run tests