Sha256: bff7c895edfbd30464497c02044f40df0aa43c0431df21a60377b9bf52e738de

Contents?: true

Size: 417 Bytes

Versions: 8

Compression:

Stored size: 417 Bytes

Contents

#!/usr/bin/env bash

bundle install
bundle exec rake build
cp -R features/support features/hanami-app/retest
ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/hanami-app/retest.gem
docker compose -f features/hanami-app/docker-compose.yml build
docker compose -f features/hanami-app/docker-compose.yml run retest sh bin/test_setup
docker compose -f features/hanami-app/docker-compose.yml up --exit-code-from retest

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
retest-2.0.1 bin/test/hanami-app
retest-2.0.0 bin/test/hanami-app
retest-2.0.0.pre5 bin/test/hanami-app
retest-2.0.0.pre4 bin/test/hanami-app
retest-2.0.0.pre3 bin/test/hanami-app
retest-2.0.0.pre2 bin/test/hanami-app
retest-2.0.0.pre1 bin/test/hanami-app
retest-2.0.0.pre bin/test/hanami-app