Skip to content

Commit 3c8a0b2

Browse files
committed
cleanup second try
1 parent 49b79c0 commit 3c8a0b2

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed
Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
name: Solid Test Suites
33

4-
env:
5-
# Docker Hub digest (i.e. hash) of the used Docker Images that do not have a version tag.
6-
PUBSUB_TAG: latest@sha256:b73a2a5c98d2005bb667dfc69d1c859d704366024298b9caa24ea2e182c456c2
7-
84
on:
95
push:
106
branches:
@@ -29,27 +25,14 @@ jobs:
2925
fail-fast: false
3026

3127
steps:
32-
- name: Create docker tag from git reference
33-
# A tag name may only contain lower- and uppercase letters, digits, underscores, periods and dashes.
34-
run: |
35-
echo "TAG=$(echo -n "${{ github.ref_name }}" \
36-
| tr --complement --squeeze-repeats '[:alnum:]._-' '_')" \
37-
>> "${GITHUB_ENV}"
38-
3928
- uses: actions/checkout@v4
4029

41-
- uses: actions/cache@v4
42-
id: cache-solid-php-docker
43-
with:
44-
path: cache/solid-php
45-
key: solid-php-docker-${{ github.sha }}
46-
4730
- uses: docker/login-action@v3
4831
with:
4932
registry: ghcr.io
5033
username: ${{ github.actor }}
5134
password: ${{ secrets.GITHUB_TOKEN }}
5235

53-
- name: Start Docker Containers
36+
- name: Run Solid Test Suite
5437
run: |
5538
./tests/testsuite/run-solid-test-suite.sh

0 commit comments

Comments
 (0)