From e3e80adb4835064f12de035cf8b9784b23f1b68f Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:07:37 +0100 Subject: [PATCH] remove str interpolation workaround --- .github/workflows/test_latest_release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test_latest_release.yml b/.github/workflows/test_latest_release.yml index b66fc30c..fe74b9a1 100644 --- a/.github/workflows/test_latest_release.yml +++ b/.github/workflows/test_latest_release.yml @@ -1,4 +1,5 @@ on: + pull_request: workflow_dispatch: # this cancels workflows currently in progress if you start a new one @@ -25,10 +26,6 @@ jobs: - name: Use ./ci/test_latest_release.sh of the latest git main run: mv -f ./temp/test_latest_release.sh ./ci/ - - # temp issue with new string interpolation syntax - # TODO remove this when 0.7.2 or 0.8.0 is released - - run: sed -i 's/\$//g' examples/tcp-client.roc - name: Run all tests with latest roc release + latest basic-cli release run: EXAMPLES_DIR=./examples/ ./ci/test_latest_release.sh