Skip to content

Commit

Permalink
Include QGIS 3.34.1 in README instructions to run unit tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Dec 15, 2023
1 parent 893247c commit 50207f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Make sure the plugin can be found in your QGIS plugins folder, that is, that you
First, you need to set 2 environment variables:

export GITHUB_WORKSPACE=/path/to/AppendFeaturesToLayer/
export QGIS_TEST_VERSION="final-3_28_13"
export QGIS_TEST_VERSION="final-3_28_13" # "final-3_34_1" for next LTR

After that, you could run unit tests locally with this command:

Expand Down

0 comments on commit 50207f5

Please sign in to comment.