Skip to content

Commit

Permalink
#27 removed end2end test from rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoFernandes1410 committed Dec 12, 2022
1 parent e1536ec commit cb4d0b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
npm version ${tag} --no-git-tag-version
npm install
npm run unit-test
npm run end-to-end-test
npm run fetch-and-build-grammar
npm run convert-yaml && npm run vscode:prepublish
npm run unit-test
cat ../pat.txt | vsce login eolang
vsce publish

0 comments on commit cb4d0b9

Please sign in to comment.