Skip to content

Commit

Permalink
remove str interpolation workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 authored Jan 27, 2024
1 parent 7171874 commit e3e80ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_latest_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
pull_request:
workflow_dispatch:

# this cancels workflows currently in progress if you start a new one
Expand All @@ -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

0 comments on commit e3e80ad

Please sign in to comment.